MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.WriteDoubleArray Method
See Also
 





Writes the specified double array as a System.Xml.XmlElement object with the specified name and the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement WriteDoubleArray (
    double[] array,
    string elementName,
    string subElementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteDoubleArray( _
    array() As Double, _
    elementName As String, _
    subElementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

array

The double array to write.

elementName

The name of the new element.

subElementName

The name of the subelements that will hold the double values.

parentElement

The parent of the new element.

 Return Value

The newly created System.Xml.XmlElement.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace